home *** CD-ROM | disk | FTP | other *** search
- .TH BSP2BZR
- 6 "IRIT Version 6.0"
- .SH NAME
- BSP2BZR
-
-
-
- CurveType | ListType BSP2BZR( CurveType Crv )
-
- or
-
- SurfaceType | ListType BSP2BZR( SurfaceType Srf )
-
- Creates Bezier curve(s) or surface(s) from a given Bspline curve or a
- Bspline surface. The Bspline input is subdivided at all internal knots to
- create Bezier curves or surfaces. Therefore, if the input Bspline does have
- internal knots, a list of Bezier curves or surfaces is returned. Otherwise,
- a single Bezier curve or surface is returned.
-
- Example:
-
- BzrCirc = BSP2BZR( circle( vector( 0.0, 0.0, 0.0 ), 1.0 ) );
-
- would subdivide the unit circle into four 90 degrees Bezier arcs returned
- in a list.
-